home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 October / The Sunday Times - The Month 2004-10.iso / pc / assets / bespoke / kids / code / code_about.swf / scripts / frame_1 / DoAction.as
Text File  |  2004-09-08  |  227b  |  12 lines

  1. function updateRight(frameToDisplay)
  2. {
  3.    preview_mc.gotoAndStop(frameToDisplay);
  4. }
  5. _global.MorseCode = new Object();
  6. MorseCode._tl = this;
  7. this.onUnload = function()
  8. {
  9.    delete MorseCode;
  10.    this.unloadMovie();
  11. };
  12.